MicException 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
MicException() | |
MicException(String) | |
MicException(SerializationInfo, StreamingContext) | |
MicException(String, Exception) |
MicException()
public:
MicException();
public MicException ();
Public Sub New ()
Applies to
MicException(String)
public:
MicException(System::String ^ message);
public MicException (string message);
new Microsoft.BizTalk.AS2.Pipelines.MicException : string -> Microsoft.BizTalk.AS2.Pipelines.MicException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
MicException(SerializationInfo, StreamingContext)
protected:
MicException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected MicException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.AS2.Pipelines.MicException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.AS2.Pipelines.MicException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
MicException(String, Exception)
public:
MicException(System::String ^ message, Exception ^ innerException);
public MicException (string message, Exception innerException);
new Microsoft.BizTalk.AS2.Pipelines.MicException : string * Exception -> Microsoft.BizTalk.AS2.Pipelines.MicException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception