C# Class Mono.CompilerServices.SymbolWriter.MonoSymbolFileException

Inheritance: System.Exception
Afficher le fichier Open project: Unity-Technologies/cecil

Méthodes publiques

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

Method Details

MonoSymbolFileException() public méthode

public MonoSymbolFileException ( ) : System
Résultat System

MonoSymbolFileException() public méthode

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

MonoSymbolFileException() public méthode

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