C# Class VisualMutator.Model.Exceptions.StrongNameSignedAssemblyException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

StrongNameSignedAssemblyException() public méthode

public StrongNameSignedAssemblyException ( ) : System
Résultat System

StrongNameSignedAssemblyException() protected méthode

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

StrongNameSignedAssemblyException() public méthode

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

StrongNameSignedAssemblyException() public méthode

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