BadCountryNameException Constructor (String)

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public BadCountryNameException(
    string message
)
public:
BadCountryNameException(
    String^ message
)
new : 
        message:string -> BadCountryNameException
public function BadCountryNameException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

BadCountryNameException Class

BadCountryNameException Overload

Microsoft.VisualStudio.Services.Profile Namespace