Constructor LicensePublisherResponse
| Improve this Doc View SourceLicensePublisherResponse(License)
Initializes a new instance of LicensePublisherResponse object encapsulates a License object.
Declaration
public LicensePublisherResponse(License license)
Parameters
| Type | Name | Description |
|---|---|---|
| License | license | The encapsulated License object. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | The |
LicensePublisherResponse(String)
Initializes a new instance of LicensePublisherResponse object encapsulates an error message.
Declaration
public LicensePublisherResponse(string errorMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | errorMessage | The encapsulated error message. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | The |