DeploymentException 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
| DeploymentException() | |
| DeploymentException(String) | |
| DeploymentException(SerializationInfo, StreamingContext) | |
| DeploymentException(String, Exception) |
DeploymentException()
public:
DeploymentException();
public DeploymentException ();
Public Sub New ()
Applies to
DeploymentException(String)
public:
DeploymentException(System::String ^ message);
public DeploymentException (string message);
new Microsoft.BizTalk.Deployment.DeploymentException : string -> Microsoft.BizTalk.Deployment.DeploymentException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
DeploymentException(SerializationInfo, StreamingContext)
protected:
DeploymentException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DeploymentException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Deployment.DeploymentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Deployment.DeploymentException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
DeploymentException(String, Exception)
public:
DeploymentException(System::String ^ message, Exception ^ exception);
public DeploymentException (string message, Exception exception);
new Microsoft.BizTalk.Deployment.DeploymentException : string * Exception -> Microsoft.BizTalk.Deployment.DeploymentException
Parameters
- message
- String
- exception
- Exception