MicException 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
MicException() | |
MicException(String) | |
MicException(SerializationInfo, StreamingContext) | |
MicException(String, Exception) |
MicException()
public:
MicException();
public MicException ();
Public Sub New ()
Gilt für:
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)
Parameter
- message
- String
Gilt für:
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- message
- String
- innerException
- Exception