C# Class SoundSwitch.Framework.Audio.CachedSoundFileNotExistsException

When the source on the disk of the CachedSound file doesn't exists.
Inheritance: System.ArgumentException
Afficher le fichier Open project: Belphemur/SoundSwitch

Méthodes publiques

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

Méthodes protégées

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

Method Details

CachedSoundFileNotExistsException() public méthode

public CachedSoundFileNotExistsException ( ) : System
Résultat System

CachedSoundFileNotExistsException() protected méthode

protected CachedSoundFileNotExistsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CachedSoundFileNotExistsException() public méthode

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

CachedSoundFileNotExistsException() public méthode

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

CachedSoundFileNotExistsException() public méthode

public CachedSoundFileNotExistsException ( string message, string paramName ) : System
message string
paramName string
Résultat System

CachedSoundFileNotExistsException() public méthode

public CachedSoundFileNotExistsException ( string message, string paramName, Exception innerException ) : System
message string
paramName string
innerException System.Exception
Résultat System