C# Class ZocBuild.Database.Exceptions.UnexpectedObjectTypeException

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

Public Methods

Method Description
UnexpectedObjectTypeException ( string typeName ) : System

Creates an instance of the unexpected object type exception.

Method Details

UnexpectedObjectTypeException() public method

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