C# Class System.ArgumentException

Inheritance: SystemException, ISerializable
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ArgumentException ( ) : System
ArgumentException ( String message ) : System
ArgumentException ( String message, Exception innerException ) : System
ArgumentException ( String message, String paramName ) : System
ArgumentException ( String message, String paramName, Exception innerException ) : System

Protected Methods

Method Description
ArgumentException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ArgumentException() public method

public ArgumentException ( ) : System
return System

ArgumentException() protected method

protected ArgumentException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ArgumentException() public method

public ArgumentException ( String message ) : System
message String
return System

ArgumentException() public method

public ArgumentException ( String message, Exception innerException ) : System
message String
innerException Exception
return System

ArgumentException() public method

public ArgumentException ( String message, String paramName ) : System
message String
paramName String
return System

ArgumentException() public method

public ArgumentException ( String message, String paramName, Exception innerException ) : System
message String
paramName String
innerException Exception
return System