System.FormatException.FormatException C# (CSharp) Method

FormatException() public method

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

Same methods

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