NoAvailableStreamingServerException Constructors

Definition

Overloads

NoAvailableStreamingServerException()

Do not use this type or its members, it has been deprecated!

NoAvailableStreamingServerException(String)

Do not use this type or its members, it has been deprecated!

NoAvailableStreamingServerException(String, Exception)

Do not use this type or its members, it has been deprecated!

NoAvailableStreamingServerException()

Do not use this type or its members, it has been deprecated!

public NoAvailableStreamingServerException ();
Public Sub New ()

Applies to

NoAvailableStreamingServerException(String)

Do not use this type or its members, it has been deprecated!

public NoAvailableStreamingServerException (string message);
new NoAvailableStreamingServerException : string -> NoAvailableStreamingServerException
Public Sub New (message As String)

Parameters

message
String

The message that describes the error.

Applies to

NoAvailableStreamingServerException(String, Exception)

Do not use this type or its members, it has been deprecated!

public NoAvailableStreamingServerException (string message, Exception innerException);
new NoAvailableStreamingServerException : string * Exception -> NoAvailableStreamingServerException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The error message that explains the reason for the exception.

innerException
Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Applies to