Name

SoapFault

Synopsis

This class represents a SOAP fault.

public sealed class SoapFault : System.Runtime.Serialization.ISerializable {
// Public Constructors
   public method SoapFault();  
   public method SoapFault(string faultCode, 
        string faultString, string faultActor, 
        ServerFault serverFault);  
// Public Instance Properties
   public field object Detail{set; get; } 
   public field string FaultActor{set; get; } 
   public field string FaultCode{set; get; } 
   public field string FaultString{set; get; } 
// Public Instance Methods
   public method void GetObjectData(                            // implements ISerializable
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.