C# Class UCommandConsole.Exceptions.TypeMismatchException

Inheritance: Exception
Afficher le fichier Open project: ManuelJager/ProjectExa

Méthodes publiques

Свойство Type Description
type0 Type
type1 Type

Méthodes publiques

Méthode Description
TypeMismatchException ( Type type0, Type type1 ) : System
TypeMismatchException ( string message, Type type0, Type type1 ) : System

Method Details

TypeMismatchException() public méthode

public TypeMismatchException ( Type type0, Type type1 ) : System
type0 Type
type1 Type
Résultat System

TypeMismatchException() public méthode

public TypeMismatchException ( string message, Type type0, Type type1 ) : System
message string
type0 Type
type1 Type
Résultat System

Property Details

type0 public_oe property

public Type type0
Résultat Type

type1 public_oe property

public Type type1
Résultat Type