RevisedSchemaException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RevisedSchemaException() | |
RevisedSchemaException(String) | |
RevisedSchemaException(SerializationInfo, StreamingContext) | |
RevisedSchemaException(String, Exception) |
RevisedSchemaException()
public:
RevisedSchemaException();
public RevisedSchemaException ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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
Parameters
- message
- String
- exception
- Exception