System.FormatException Class

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

See Also: FormatException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class FormatException : SystemException

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.#ctor constructors.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0