Ejemplo n.º 1
0
 public static QuicheException FromErrorCode(QuicheErrorCode errorCode)
 {
     return(new QuicheException(errorCode, errorCode.GetDescription()));
 }