MicException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MicException() | |
MicException(String) | |
MicException(SerializationInfo, StreamingContext) | |
MicException(String, Exception) |
MicException()
public:
MicException();
public MicException ();
Public Sub New ()
適用於
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)
參數
- message
- String
適用於
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)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
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)
參數
- message
- String
- innerException
- Exception