Partager via


ReferralFormatException Constructor (Uri, String)

Initializes a new instance of the ReferralException class with a specified error message and a RefId.

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 referralFormatException1 As New ReferralFormatException(refid, message)

Syntax

'Declaration
Public Sub New( _
    ByVal refid As Uri, _
    ByVal message As String _
)
public ReferralFormatException(
    Uri refid, 
    string message
);
public:
ReferralFormatException(
    Uri^ refid, 
    String^ message
);
public ReferralFormatException(
    Uri refid, 
    System.String message
);
public function ReferralFormatException(
     refid : Uri, 
     message : String
);

Parameters

  • refid
    A URI that identifies the referral statement uniquely.
  • message
    The message that describes the error.

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