C# Класс Server.Infrastructure.Exceptions.UnsupportedContentType

An exception thrown when a a particular piece of content is attempted to be loaded from ContentManager but is not supported by the platform.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
UnsupportedContentType ( string message, string path ) : System

Описание методов

UnsupportedContentType() публичный Метод

public UnsupportedContentType ( string message, string path ) : System
message string
path string
Результат System