Name

ServerFault

Synopsis

This class represents an error that was thrown from a remote server to the client. It is placed in the Detail section of a SoapFault object.

public sealed class ServerFault {
// Public Constructors
   public method ServerFault(string exceptionType, 
        string message, string stackTrace);  
// Public Instance Properties
   public field string ExceptionMessage{set; get; } 
   public field string ExceptionType{set; get; } 
   public field string StackTrace{set; get; } 
}

Passed To

SoapFault.SoapFault()

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.