asp.net.ph

FormatException Class

System Namespace


The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.

FormatException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public FormatException ( )
public FormatException ( String message )
public FormatException ( String message , Exception innerException )

Remarks

FormatException is thrown when the format of an argument in a method invocation does not match the format of the corresponding formal parameter type. For example, if a method specifies a String parameter consisting of two digits with an embedded period, passing a corresponding string argument containing only two digits to that method would cause FormatException to be thrown.

FormatException uses the HRESULT COR_E_FORMAT, which has the value 0x80131537.

For a list of initial property values for an instance of FormatException, see the FormatException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph