BatchActiveException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BatchActiveException() | |
BatchActiveException(String) | |
BatchActiveException(SerializationInfo, StreamingContext) | |
BatchActiveException(String, Exception) |
BatchActiveException()
public:
BatchActiveException();
public BatchActiveException ();
Public Sub New ()
Applies to
BatchActiveException(String)
public:
BatchActiveException(System::String ^ msg);
public BatchActiveException (string msg);
new Microsoft.BizTalk.Edi.BatchMarker.BatchActiveException : string -> Microsoft.BizTalk.Edi.BatchMarker.BatchActiveException
Public Sub New (msg As String)
Parameters
- msg
- String
Applies to
BatchActiveException(SerializationInfo, StreamingContext)
protected:
BatchActiveException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected BatchActiveException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Edi.BatchMarker.BatchActiveException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Edi.BatchMarker.BatchActiveException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
BatchActiveException(String, Exception)
public:
BatchActiveException(System::String ^ msg, Exception ^ ex);
public BatchActiveException (string msg, Exception ex);
new Microsoft.BizTalk.Edi.BatchMarker.BatchActiveException : string * Exception -> Microsoft.BizTalk.Edi.BatchMarker.BatchActiveException
Public Sub New (msg As String, ex As Exception)
Parameters
- msg
- String
- ex
- Exception