Share via


BadDisplayNameException 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 BadDisplayNameException(
    string message
)
public:
BadDisplayNameException(
    String^ message
)
new : 
        message:string -> BadDisplayNameException
public function BadDisplayNameException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

BadDisplayNameException Class

BadDisplayNameException Overload

Microsoft.VisualStudio.Services.Profile Namespace