BatchNotFoundException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
BatchNotFoundException() | |
BatchNotFoundException(String) | |
BatchNotFoundException(SerializationInfo, StreamingContext) | |
BatchNotFoundException(String, Exception) |
BatchNotFoundException()
public:
BatchNotFoundException();
public BatchNotFoundException ();
Public Sub New ()
Se aplica a
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)
Parámetros
- msg
- String
Se aplica a
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)
Parámetros
- info
- SerializationInfo
- context
- StreamingContext
Se aplica a
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)
Parámetros
- msg
- String
- ex
- Exception