WinIOError() private méthode

private WinIOError ( int errorCode ) : Exception
errorCode int
Résultat Exception
Exemple #1
0
 protected override void HandleError(int errorCode)
 {
     TrySetException(_pipeStream.WinIOError(errorCode));
 }
Exemple #2
0
 protected override void HandleError(int errorCode) =>
 TrySetException(ExceptionDispatchInfo.SetCurrentStackTrace(_pipeStream.WinIOError(errorCode)));