ServerFault.ExceptionType 属性

定义

获取或设置服务器引发的异常的类型。

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

属性值

服务器引发的异常的类型。

适用于