.NET Framework Class Library

FeatureNotLicensedException Constructor (String, Exception)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Documents Namespace > FeatureNotLicensedException Class > FeatureNotLicensedException Constructor  >

.NET Framework Class Library

FeatureNotLicensedException Constructor (String, Exception)

Namespace: Gnostice.Documents

Assembly:  Gnostice.Documents (in Gnostice.Documents.dll)

Syntax

Visual Basic

Public Sub New ( _
 message As String, _
 inner As Exception _
)

C#

public FeatureNotLicensedException(
 string message,
 Exception inner
)

Visual C++

public:
FeatureNotLicensedException(
 Stringmessage,
 Exceptioninner
)

Parameters

message

Type: System.String

inner

Type: System.Exception

See Also

FeatureNotLicensedException Class

FeatureNotLicensedException Members

FeatureNotLicensedException Overload

Gnostice.Documents Namespace