次の方法で共有


ServerFault(String, String, String) コンストラクター

定義

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

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)

パラメーター

exceptionType
String

サーバー上で発生した例外の種類。

message
String

例外に関連付けられているメッセージ。

stackTrace
String

サーバー上で例外をスローしたスレッドのスタック トレース。

適用対象