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

A subtype of Exception thrown by the ContentManager.
Inheritance: Exception
Afficher le fichier Open project: vvvv/stride

Méthodes publiques

Méthode Description
ContentManagerException ( string message ) : System
ContentManagerException ( string message, Exception innerException ) : System

Method Details

ContentManagerException() public méthode

public ContentManagerException ( string message ) : System
message string
Résultat System

ContentManagerException() public méthode

public ContentManagerException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System