C# 클래스 ZocBuild.Database.Exceptions.UnexpectedObjectTypeException

An exception raised when encountering a script for a object type that is not supported.
상속: System.Exception
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
UnexpectedObjectTypeException ( string typeName ) : System

Creates an instance of the unexpected object type exception.

메소드 상세

UnexpectedObjectTypeException() 공개 메소드

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