C# Class ZocBuild.Database.Exceptions.UnexpectedObjectTypeException

An exception raised when encountering a script for a object type that is not supported.
Inheritance: System.Exception
Afficher le fichier Open project: Zocdoc/ZocBuild.Database

Méthodes publiques

Méthode Description
UnexpectedObjectTypeException ( string typeName ) : System

Creates an instance of the unexpected object type exception.

Method Details

UnexpectedObjectTypeException() public méthode

Creates an instance of the unexpected object type exception.
public UnexpectedObjectTypeException ( string typeName ) : System
typeName string The name of the script's type.
Résultat System