Compartir a través de


RevisedSchemaException Constructores

Definición

Sobrecargas

RevisedSchemaException()
RevisedSchemaException(String)
RevisedSchemaException(SerializationInfo, StreamingContext)
RevisedSchemaException(String, Exception)

RevisedSchemaException()

public:
 RevisedSchemaException();
public RevisedSchemaException ();
Public Sub New ()

Se aplica a

RevisedSchemaException(String)

public:
 RevisedSchemaException(System::String ^ message);
public RevisedSchemaException (string message);
new Microsoft.BizTalk.Adapter.Framework.RevisedSchemaException : string -> Microsoft.BizTalk.Adapter.Framework.RevisedSchemaException
Public Sub New (message As String)

Parámetros

message
String

Se aplica a

RevisedSchemaException(SerializationInfo, StreamingContext)

protected:
 RevisedSchemaException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RevisedSchemaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Adapter.Framework.RevisedSchemaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Adapter.Framework.RevisedSchemaException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parámetros

Se aplica a

RevisedSchemaException(String, Exception)

public:
 RevisedSchemaException(System::String ^ message, Exception ^ exception);
public RevisedSchemaException (string message, Exception exception);
new Microsoft.BizTalk.Adapter.Framework.RevisedSchemaException : string * Exception -> Microsoft.BizTalk.Adapter.Framework.RevisedSchemaException

Parámetros

message
String
exception
Exception

Se aplica a