BatchNotFoundException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BatchNotFoundException() | |
BatchNotFoundException(String) | |
BatchNotFoundException(SerializationInfo, StreamingContext) | |
BatchNotFoundException(String, Exception) |
BatchNotFoundException()
public:
BatchNotFoundException();
public BatchNotFoundException ();
Public Sub New ()
適用於
BatchNotFoundException(String)
public:
BatchNotFoundException(System::String ^ msg);
public BatchNotFoundException (string msg);
new Microsoft.BizTalk.Edi.Shared.BatchNotFoundException : string -> Microsoft.BizTalk.Edi.Shared.BatchNotFoundException
Public Sub New (msg As String)
參數
- msg
- String
適用於
BatchNotFoundException(SerializationInfo, StreamingContext)
protected:
BatchNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected BatchNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Edi.Shared.BatchNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Edi.Shared.BatchNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
BatchNotFoundException(String, Exception)
public:
BatchNotFoundException(System::String ^ msg, Exception ^ ex);
public BatchNotFoundException (string msg, Exception ex);
new Microsoft.BizTalk.Edi.Shared.BatchNotFoundException : string * Exception -> Microsoft.BizTalk.Edi.Shared.BatchNotFoundException
Public Sub New (msg As String, ex As Exception)
參數
- msg
- String
- ex
- Exception