Compartir a través de


UnknownPublisherIdException Constructors

Definition

Overloads

UnknownPublisherIdException()

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException(String)

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException(String, Exception)

Initializes a new instance of the UnknownPublisherIdException class.

UnknownPublisherIdException()

Initializes a new instance of the UnknownPublisherIdException class.

public UnknownPublisherIdException ();
Public Sub New ()

Applies to

UnknownPublisherIdException(String)

Initializes a new instance of the UnknownPublisherIdException class.

public UnknownPublisherIdException (string message);
new Microsoft.Media.Drm.UnknownPublisherIdException : string -> Microsoft.Media.Drm.UnknownPublisherIdException
Public Sub New (message As String)

Parameters

message
String

Text message associated with this exception. Note that the message is not sent back to the client.

Applies to

UnknownPublisherIdException(String, Exception)

Initializes a new instance of the UnknownPublisherIdException class.

public UnknownPublisherIdException (string message, Exception inner);
new Microsoft.Media.Drm.UnknownPublisherIdException : string * Exception -> Microsoft.Media.Drm.UnknownPublisherIdException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

Text message associated with this exception. Note that the message is not sent back to the client.

inner
Exception

The exception that is the cause of the current exception. If this parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

Applies to