Share via


MicException Constructors

Definition

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

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

Applies to