C# Class Xenko.Core.Serialization.Contents.ContentManagerException

A subtype of Exception thrown by the ContentManager.
Inheritance: Exception
Datei anzeigen Open project: Beefr/xenko-wd

Public Methods

Method Description
ContentManagerException ( string message ) : System
ContentManagerException ( string message, Exception innerException ) : System

Method Details

ContentManagerException() public method

public ContentManagerException ( string message ) : System
message string
return System

ContentManagerException() public method

public ContentManagerException ( string message, Exception innerException ) : System
message string
innerException Exception
return System