QuicException(QuicError, Nullable<Int64>, String) Constructor

Definition

Initializes a new instance of the QuicException class.

public:
 QuicException(System::Net::Quic::QuicError error, Nullable<long> applicationErrorCode, System::String ^ message);
public QuicException (System.Net.Quic.QuicError error, long? applicationErrorCode, string message);
new System.Net.Quic.QuicException : System.Net.Quic.QuicError * Nullable<int64> * string -> System.Net.Quic.QuicException
Public Sub New (error As QuicError, applicationErrorCode As Nullable(Of Long), message As String)

Parameters

error
QuicError

The error associated with the exception.

applicationErrorCode
Nullable<Int64>

The application protocol error code associated with the error.

message
String

The message for the exception.

Applies to