C# Class 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.
Inheritance: System.Exception
Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Méthode Description
UnsupportedContentType ( string message, string path ) : System

Method Details

UnsupportedContentType() public méthode

public UnsupportedContentType ( string message, string path ) : System
message string
path string
Résultat System