XmlValidatorException 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
XmlValidatorException(Int32, String)
public:
XmlValidatorException(int err, System::String ^ description);
public XmlValidatorException (int err, string description);
new Microsoft.BizTalk.Component.XmlValidatorException : int * string -> Microsoft.BizTalk.Component.XmlValidatorException
Public Sub New (err As Integer, description As String)
Parameters
- err
- Int32
- description
- String
Applies to
XmlValidatorException(SerializationInfo, StreamingContext)
protected:
XmlValidatorException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected XmlValidatorException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Microsoft.BizTalk.Component.XmlValidatorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Component.XmlValidatorException
Parameters
- serializationInfo
- SerializationInfo
- streamingContext
- StreamingContext
Applies to
XmlValidatorException(UInt32, String)
public:
XmlValidatorException(System::UInt32 err, System::String ^ description);
public XmlValidatorException (uint err, string description);
new Microsoft.BizTalk.Component.XmlValidatorException : uint32 * string -> Microsoft.BizTalk.Component.XmlValidatorException
Public Sub New (err As UInteger, description As String)
Parameters
- err
- UInt32
- description
- String
Applies to
XmlValidatorException(Int32, String, String[])
public:
XmlValidatorException(int err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public XmlValidatorException (int err, string description, params string[] args);
new Microsoft.BizTalk.Component.XmlValidatorException : int * string * string[] -> Microsoft.BizTalk.Component.XmlValidatorException
Public Sub New (err As Integer, description As String, ParamArray args As String())
Parameters
- err
- Int32
- description
- String
- args
- String[]
Applies to
XmlValidatorException(UInt32, String, String[])
public:
XmlValidatorException(System::UInt32 err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public XmlValidatorException (uint err, string description, params string[] args);
new Microsoft.BizTalk.Component.XmlValidatorException : uint32 * string * string[] -> Microsoft.BizTalk.Component.XmlValidatorException
Public Sub New (err As UInteger, description As String, ParamArray args As String())
Parameters
- err
- UInt32
- description
- String
- args
- String[]