Share via


LicensingException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

LicensingException Class

LicensingException Overload

Microsoft.VisualStudio.Services.Licensing Namespace