C# Класс SoundSwitch.Framework.Audio.CachedSoundFileNotExistsException

When the source on the disk of the CachedSound file doesn't exists.
Наследование: System.ArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CachedSoundFileNotExistsException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

CachedSoundFileNotExistsException() публичный Метод

public CachedSoundFileNotExistsException ( ) : System
Результат System

CachedSoundFileNotExistsException() защищенный Метод

protected CachedSoundFileNotExistsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

CachedSoundFileNotExistsException() публичный Метод

public CachedSoundFileNotExistsException ( string message ) : System
message string
Результат System

CachedSoundFileNotExistsException() публичный Метод

public CachedSoundFileNotExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

CachedSoundFileNotExistsException() публичный Метод

public CachedSoundFileNotExistsException ( string message, string paramName ) : System
message string
paramName string
Результат System

CachedSoundFileNotExistsException() публичный Метод

public CachedSoundFileNotExistsException ( string message, string paramName, Exception innerException ) : System
message string
paramName string
innerException System.Exception
Результат System