Share via


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

Parameters

.NET Framework Security

See Also

Reference

ProfileDoesNotExistException Class

ProfileDoesNotExistException Overload

Microsoft.VisualStudio.Services.Profile Namespace