Initializes a new instance of the LicenseException class
Namespace: ImageSense.LicensingAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public LicenseException( string message, Exception innerException ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
Visual C++ |
---|
public: LicenseException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::..String
[Missing <param name="message"/> documentation for "M:ImageSense.Licensing.LicenseException.#ctor(System.String,System.Exception)"]
- innerException
- Type: System..::..Exception
[Missing <param name="innerException"/> documentation for "M:ImageSense.Licensing.LicenseException.#ctor(System.String,System.Exception)"]