Share via


SecurityException Constructor

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Protected Sub New ( _
    message As String _
)
protected SecurityException(
    string message
)
protected:
SecurityException(
    String^ message
)
new : 
        message:string -> SecurityException
protected function SecurityException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

SecurityException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace