C# Class AsmResolver.Net.AssemblyResolutionException

Inheritance: System.Exception
Afficher le fichier Open project: JerreS/AsmResolver

Méthodes publiques

Méthode Description
AssemblyResolutionException ( ) : System
AssemblyResolutionException ( IAssemblyDescriptor info ) : System
AssemblyResolutionException ( string message ) : System
AssemblyResolutionException ( string message, Exception innerException ) : System

Method Details

AssemblyResolutionException() public méthode

public AssemblyResolutionException ( ) : System
Résultat System

AssemblyResolutionException() public méthode

public AssemblyResolutionException ( IAssemblyDescriptor info ) : System
info IAssemblyDescriptor
Résultat System

AssemblyResolutionException() public méthode

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

AssemblyResolutionException() public méthode

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