ServerFault.ExceptionType Property

Definition

Gets or sets the type of exception that was thrown by the server.

public:
 property System::String ^ ExceptionType { System::String ^ get(); void set(System::String ^ value); };
public string ExceptionType { get; set; }
member this.ExceptionType : string with get, set
Public Property ExceptionType As String

Property Value

The type of exception that was thrown by the server.

Applies to