C# Class VisualMutator.Model.Exceptions.AssemblyReadException

Inheritance: System.Exception
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
AssemblyReadException ( ) : System
AssemblyReadException ( string message ) : System
AssemblyReadException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

AssemblyReadException() public méthode

public AssemblyReadException ( ) : System
Résultat System

AssemblyReadException() protected méthode

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

AssemblyReadException() public méthode

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

AssemblyReadException() public méthode

public AssemblyReadException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System