QuicException(QuicError, Nullable<Int64>, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- message
- String
The message for the exception.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.