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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.