C# Class SoundSwitch.Framework.Audio.CachedSoundFileNotExistsException

When the source on the disk of the CachedSound file doesn't exists.
Inheritance: System.ArgumentException
ファイルを表示 Open project: Belphemur/SoundSwitch

Public Methods

Method 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

Protected Methods

Method Description
CachedSoundFileNotExistsException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CachedSoundFileNotExistsException() public method

public CachedSoundFileNotExistsException ( ) : System
return System

CachedSoundFileNotExistsException() protected method

protected CachedSoundFileNotExistsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CachedSoundFileNotExistsException() public method

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

CachedSoundFileNotExistsException() public method

public CachedSoundFileNotExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

CachedSoundFileNotExistsException() public method

public CachedSoundFileNotExistsException ( string message, string paramName ) : System
message string
paramName string
return System

CachedSoundFileNotExistsException() public method

public CachedSoundFileNotExistsException ( string message, string paramName, Exception innerException ) : System
message string
paramName string
innerException System.Exception
return System