CompileSchemaErrorException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CompileSchemaErrorException() | |
CompileSchemaErrorException(String) | |
CompileSchemaErrorException(SerializationInfo, StreamingContext) | |
CompileSchemaErrorException(String, Exception) |
CompileSchemaErrorException()
public:
CompileSchemaErrorException();
public CompileSchemaErrorException ();
Public Sub New ()
S’applique à
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)
Paramètres
- message
- String
S’applique à
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)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
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
Paramètres
- message
- String
- exception
- Exception