C# Класс ZocBuild.Database.Exceptions.UnexpectedObjectTypeException

An exception raised when encountering a script for a object type that is not supported.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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