RaiseFaultException 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
| RaiseFaultException() | |
| RaiseFaultException(String) | |
| RaiseFaultException(String, Exception) |
RaiseFaultException()
public:
RaiseFaultException();
public RaiseFaultException ();
Public Sub New ()
Applies to
RaiseFaultException(String)
public:
RaiseFaultException(System::String ^ message);
public RaiseFaultException (string message);
new Microsoft.BizTalk.CrossReferencing.RaiseFaultException : string -> Microsoft.BizTalk.CrossReferencing.RaiseFaultException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
RaiseFaultException(String, Exception)
public:
RaiseFaultException(System::String ^ message, Exception ^ innerException);
public RaiseFaultException (string message, Exception innerException);
new Microsoft.BizTalk.CrossReferencing.RaiseFaultException : string * Exception -> Microsoft.BizTalk.CrossReferencing.RaiseFaultException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception