CompileSchemaErrorException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CompileSchemaErrorException() | |
CompileSchemaErrorException(String) | |
CompileSchemaErrorException(SerializationInfo, StreamingContext) | |
CompileSchemaErrorException(String, Exception) |
CompileSchemaErrorException()
public:
CompileSchemaErrorException();
public CompileSchemaErrorException ();
Public Sub New ()
適用於
CompileSchemaErrorException(String)
public:
CompileSchemaErrorException(System::String ^ message);
public CompileSchemaErrorException (string message);
new Microsoft.BizTalk.Adapter.Framework.CompileSchemaErrorException : string -> Microsoft.BizTalk.Adapter.Framework.CompileSchemaErrorException
Public Sub New (message As String)
參數
- message
- String
適用於
CompileSchemaErrorException(SerializationInfo, StreamingContext)
protected:
CompileSchemaErrorException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CompileSchemaErrorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Adapter.Framework.CompileSchemaErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Adapter.Framework.CompileSchemaErrorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
CompileSchemaErrorException(String, Exception)
public:
CompileSchemaErrorException(System::String ^ message, Exception ^ exception);
public CompileSchemaErrorException (string message, Exception exception);
new Microsoft.BizTalk.Adapter.Framework.CompileSchemaErrorException : string * Exception -> Microsoft.BizTalk.Adapter.Framework.CompileSchemaErrorException
參數
- message
- String
- exception
- Exception