ReferralFormatException Constructor (Uri, String, Exception)
Initializes a new instance of the ReferralException class with a specified error message, a RefId and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim refid As Uri
Dim message As String
Dim innerException As Exception
Dim referralFormatException1 As New ReferralFormatException(refid, message, innerException)
Syntax
'Declaration
Public Sub New( _
ByVal refid As Uri, _
ByVal message As String, _
ByVal innerException As Exception _
)
public ReferralFormatException(
Uri refid,
string message,
Exception innerException
);
public:
ReferralFormatException(
Uri^ refid,
String^ message,
Exception^ innerException
);
public ReferralFormatException(
Uri refid,
System.String message,
Exception innerException
);
public function ReferralFormatException(
refid : Uri,
message : String,
innerException : Exception
);
Parameters
- refid
A URI that identifies the referral statement uniquely.
- message
The message that describes the error.
- innerException
The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ReferralFormatException Class
ReferralFormatException Members
Microsoft.Web.Services3.Referral Namespace