'Usage Dim license As Licensing Dim instance As New ImageLoader(license)
public: ImageLoader( Licensing* license )
public: ImageLoader( Licensing^ license )
Parameters
- license
- License for the component.
'Usage Dim license As Licensing Dim instance As New ImageLoader(license)
public: ImageLoader( Licensing* license )
public: ImageLoader( Licensing^ license )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when the license argument is null. |