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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.