OperationsCancelFailureException 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
OperationsCancelFailureException() | |
OperationsCancelFailureException(String) | |
OperationsCancelFailureException(String, Exception) |
OperationsCancelFailureException()
public:
OperationsCancelFailureException();
public OperationsCancelFailureException ();
Public Sub New ()
Applies to
OperationsCancelFailureException(String)
public:
OperationsCancelFailureException(System::String ^ exceptionString);
public OperationsCancelFailureException (string exceptionString);
new Microsoft.BizTalk.Operations.OperationsCancelFailureException : string -> Microsoft.BizTalk.Operations.OperationsCancelFailureException
Public Sub New (exceptionString As String)
Parameters
- exceptionString
- String
Applies to
OperationsCancelFailureException(String, Exception)
public:
OperationsCancelFailureException(System::String ^ exceptionString, Exception ^ except);
public OperationsCancelFailureException (string exceptionString, Exception except);
new Microsoft.BizTalk.Operations.OperationsCancelFailureException : string * Exception -> Microsoft.BizTalk.Operations.OperationsCancelFailureException
Public Sub New (exceptionString As String, except As Exception)
Parameters
- exceptionString
- String
- except
- Exception