C# Class VL.FMODStudio.Exceptions.NotLoadedException

Inheritance: Exception
Afficher le fichier Open project: domjancik/VL.FMODStudio

Méthodes publiques

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

Méthodes protégées

Méthode Description
NotLoadedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotLoadedException() public méthode

public NotLoadedException ( ) : System
Résultat System

NotLoadedException() protected méthode

protected NotLoadedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NotLoadedException() public méthode

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

NotLoadedException() public méthode

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