ServerFault(String, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
在伺服器上擲回例外狀況的執行緒堆疊追蹤。