Click or drag to resize

LicenseException Constructor

Initializes a new instance of the LicenseException class

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public LicenseException(
	string message
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Demo3D.Common.LicenseException.#ctor(System.String)"]

See Also