ReferralException Constructor (String)

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

Namespace: Microsoft.Web.Services2.Referral
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim message As String
Dim referralException1 As New ReferralException(message)

Syntax

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

Parameters

  • message
    The message that describes the error.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

ReferralException Class
Microsoft.Web.Services2.Referral Namespace

Other Resources

ReferralException Members