BatchNotFoundException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BatchNotFoundException() | |
BatchNotFoundException(String) | |
BatchNotFoundException(SerializationInfo, StreamingContext) | |
BatchNotFoundException(String, Exception) |
BatchNotFoundException()
public:
BatchNotFoundException();
public BatchNotFoundException ();
Public Sub New ()
Gilt für:
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)
Parameter
- msg
- String
Gilt für:
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- msg
- String
- ex
- Exception