Bridge

ArgumentException Class

The exception that is thrown when one of the arguments provided to a method is not valid.

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

Syntax


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

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..ArgumentException