C# Class Isop.TypeConversionFailedException

Inheritance: System.Exception
Show file Open project: Lundalogik/isop

Public Properties

Property Type Description
Argument string
TargetType Type
Value string

Public Methods

Method Description
TypeConversionFailedException ( ) : System
TypeConversionFailedException ( string message ) : System
TypeConversionFailedException ( string message, Exception inner ) : System

Method Details

TypeConversionFailedException() public method

public TypeConversionFailedException ( ) : System
return System

TypeConversionFailedException() public method

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

TypeConversionFailedException() public method

public TypeConversionFailedException ( string message, Exception inner ) : System
message string
inner Exception
return System

Property Details

Argument public property

public string Argument
return string

TargetType public property

public Type TargetType
return Type

Value public property

public string Value
return string