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
Mostrar archivo Open project: GrindFest/GrindFest

Public Methods

Method Description
UnsupportedContentType ( string message, string path ) : System

Method Details

UnsupportedContentType() public method

public UnsupportedContentType ( string message, string path ) : System
message string
path string
return System