March 2002
Intermediate to advanced
864 pages
31h 8m
English
ServerFault
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; } }
SoapFault.SoapFault()