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