RaiseFaultException Constructors

Definition

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

Applies to