C# Class Microsoft.Scripting.ArgumentTypeException

Inheritance: System.Exception
Show file Open project: jschementi/iron

Public Methods

Method Description
ArgumentTypeException ( ) : System
ArgumentTypeException ( string message ) : System
ArgumentTypeException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

ArgumentTypeException() public method

public ArgumentTypeException ( ) : System
return System

ArgumentTypeException() protected method

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

ArgumentTypeException() public method

public ArgumentTypeException ( string message ) : System
message string
return System

ArgumentTypeException() public method

public ArgumentTypeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System