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