HangingRequestDisconnectEventArgs.withException constructor
HangingRequestDisconnectEventArgs.withException(
- HangingRequestDisconnectReason reason,
- Object? exception
Implementation
HangingRequestDisconnectEventArgs.withException(
HangingRequestDisconnectReason reason, Object? exception) {
this.Reason = reason;
this.Exception = exception;
}