August 2003
Intermediate to advanced
928 pages
32h 1m
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 ServerFault(stringexceptionType, stringmessage, stringstackTrace); // Public Instance Properties public string ExceptionMessage{set; get; } public string ExceptionType{set; get; } public string StackTrace{set; get; } }
SoapFault.SoapFault( )