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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.