Show / Hide Table of Contents

Constructor LicensePublisherResponse

| Improve this Doc View Source

LicensePublisherResponse(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 license is null.

| Improve this Doc View Source

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 errorMessage is null or empty.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest