次の方法で共有


ServerFault.ExceptionType プロパティ

サーバーによってスローされた例外の種類を取得または設定します。

Public Property ExceptionType As String
[C#]
public string ExceptionType {get; set;}
[C++]
public: __property String* get_ExceptionType();public: __property void set_ExceptionType(String*);
[JScript]
public function get ExceptionType() : String;public function set ExceptionType(String);

プロパティ値

サーバーによってスローされた例外の種類。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ServerFault クラス | ServerFault メンバ | System.Runtime.Serialization.Formatters 名前空間