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