C# Class UCommandConsole.Exceptions.TypeMismatchException

Inheritance: Exception
Mostra file Open project: ManuelJager/ProjectExa

Public Properties

Property Type Description
type0 Type
type1 Type

Public Methods

Method Description
TypeMismatchException ( Type type0, Type type1 ) : System
TypeMismatchException ( string message, Type type0, Type type1 ) : System

Method Details

TypeMismatchException() public method

public TypeMismatchException ( Type type0, Type type1 ) : System
type0 Type
type1 Type
return System

TypeMismatchException() public method

public TypeMismatchException ( string message, Type type0, Type type1 ) : System
message string
type0 Type
type1 Type
return System

Property Details

type0 public_oe property

public Type type0
return Type

type1 public_oe property

public Type type1
return Type