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
就是丟出伺服器異常的執行緒的堆疊追蹤。