ServerFault(String, String, String) Constructor

Definition

Initializes a new instance of the ServerFault class.

public:
 ServerFault(System::String ^ exceptionType, System::String ^ message, System::String ^ stackTrace);
public ServerFault (string exceptionType, string message, string stackTrace);
new System.Runtime.Serialization.Formatters.ServerFault : string * string * string -> System.Runtime.Serialization.Formatters.ServerFault
Public Sub New (exceptionType As String, message As String, stackTrace As String)

Parameters

exceptionType
String

The type of the exception that occurred on the server.

message
String

The message that accompanied the exception.

stackTrace
String

The stack trace of the thread that threw the exception on the server.

Applies to