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

OverflowException() 공개 메소드

public OverflowException ( string message ) : System
message string
리턴 System
        public OverflowException(string message) : base(message) {
        }

Same methods

OverflowException::OverflowException ( string message, Exception innerException ) : System
OverflowException