C# Class pmilet.Playback.PlaybackFakeException

Inheritance: Exception
Afficher le fichier Open project: pmilet/playback

Méthodes publiques

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

Méthodes protégées

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

Method Details

PlaybackFakeException() public méthode

public PlaybackFakeException ( ) : System
Résultat System

PlaybackFakeException() protected méthode

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

PlaybackFakeException() public méthode

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

PlaybackFakeException() public méthode

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