Core Dictionary
Error Dictionary
Siehe auch: Exception Handling
public abstract class MyAppException : Exception {
public int ErrorCode { get; }
public MyAppException(int ErrorCode) {
}
}
Siehe auch: Exception Handling
public abstract class MyAppException : Exception {
public int ErrorCode { get; }
public MyAppException(int ErrorCode) {
}
}