Bridge

FormatException Class

The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class FormatException : Exception, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class FormatException _
	Inherits Exception _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class FormatException : public Exception, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..FormatException