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