次の方法で共有


ServerFault コンストラクタ

ServerFault クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal exceptionType As String, _   ByVal message As String, _   ByVal stackTrace As String _)
[C#]
public ServerFault(
   stringexceptionType,stringmessage,stringstackTrace);
[C++]
public: ServerFault(
   String* exceptionType,String* message,String* stackTrace);
[JScript]
public function ServerFault(
   exceptionType : String,message : String,stackTrace : String);

パラメータ

  • exceptionType
    サーバー上で発生した例外の種類。
  • message
    例外に関連付けられているメッセージ。
  • stackTrace
    サーバー上で例外をスローしたスレッドのスタック トレース。

必要条件

プラットフォーム: 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 名前空間