System.Web.Services.Description (system.web.services.dll) | sealed class |
This class represents a OperationMessage object
that defines the specifications for error messages returned by a web
service.
public sealed class OperationFault : OperationMessage {
// Public Constructors
public OperationFault( );
}
Hierarchy
System.Object
DocumentableItem
OperationMessage
OperationFault
Returned By
OperationFaultCollection.this
Passed To
OperationFaultCollection.{Add( ),
Contains( ), CopyTo( ),
IndexOf( ), Insert( ),
Remove( ), this}
|