System.ArithmeticException.ArithmeticException C# (CSharp) 메소드

ArithmeticException() 공개 메소드

public ArithmeticException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System
        public ArithmeticException(string message, Exception innerException) : base(message, innerException) {
        }
    }

Same methods

ArithmeticException::ArithmeticException ( ) : System
ArithmeticException::ArithmeticException ( string message ) : System
ArithmeticException