PipeException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PipeException 類別的新執行個體。
多載
PipeException() |
初始化 PipeException 類別的新執行個體。 |
PipeException(String) |
使用指定的錯誤訊息,初始化 PipeException 類別的新執行個體。 |
PipeException(SerializationInfo, StreamingContext) |
以指定的序列化資訊和資料流內容,將 PipeException 類別的新執行個體初始化。 |
PipeException(String, Exception) |
使用指定的錯誤訊息和內部例外狀況,初始化 PipeException 類別的新執行個體。 |
PipeException(String, Int32) |
使用指定的錯誤訊息和錯誤碼,初始化 PipeException 類別的新執行個體。 |
PipeException()
PipeException(String)
使用指定的錯誤訊息,初始化 PipeException 類別的新執行個體。
public:
PipeException(System::String ^ message);
public PipeException (string message);
new System.IO.PipeException : string -> System.IO.PipeException
Public Sub New (message As String)
參數
- message
- String
字串,其中包含說明例外狀況之原因的錯誤訊息。
適用於
PipeException(SerializationInfo, StreamingContext)
以指定的序列化資訊和資料流內容,將 PipeException 類別的新執行個體初始化。
protected:
PipeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PipeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IO.PipeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.PipeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
SerializationInfo,其中包含序列化例外狀況時所需要的所有資料。
- context
- StreamingContext
StreamingContext,指定資料流的來源和目的地。
適用於
PipeException(String, Exception)
使用指定的錯誤訊息和內部例外狀況,初始化 PipeException 類別的新執行個體。
public:
PipeException(System::String ^ message, Exception ^ inner);
public PipeException (string message, Exception inner);
new System.IO.PipeException : string * Exception -> System.IO.PipeException
Public Sub New (message As String, inner As Exception)
參數
- message
- String
字串,其中包含說明例外狀況之原因的錯誤訊息。
適用於
PipeException(String, Int32)
使用指定的錯誤訊息和錯誤碼,初始化 PipeException 類別的新執行個體。
public:
PipeException(System::String ^ message, int errorCode);
public PipeException (string message, int errorCode);
new System.IO.PipeException : string * int -> System.IO.PipeException
Public Sub New (message As String, errorCode As Integer)
參數
- message
- String
字串,其中包含說明例外狀況之原因的錯誤訊息。
- errorCode
- Int32
包含錯誤碼的整數。