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

FormatException() 공개 메소드

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

Same methods

FormatException::FormatException ( ) : System
FormatException::FormatException ( string message ) : System
FormatException