Class DecompilerException
- Namespace
- ICSharpCode.Decompiler
- Assembly
- ICSharpCode.Decompiler.dll
Description of DecompilerException.
public class DecompilerException : Exception, ISerializable
- Inheritance
-
DecompilerException
- Implements
- Inherited Members
Constructors
DecompilerException(PEFile, string, Exception)
public DecompilerException(PEFile file, string message, Exception innerException)
Parameters
DecompilerException(MetadataModule, IEntity, Exception, string)
public DecompilerException(MetadataModule module, IEntity decompiledEntity, Exception innerException, string message = null)
Parameters
module
MetadataModuledecompiledEntity
IEntityinnerException
Exceptionmessage
string
DecompilerException(SerializationInfo, StreamingContext)
protected DecompilerException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
Properties
AssemblyName
public string AssemblyName { get; }
Property Value
DecompiledEntity
public IEntity DecompiledEntity { get; }
Property Value
File
public PEFile File { get; }
Property Value
FileName
public string FileName { get; }
Property Value
Module
public IModule Module { get; }
Property Value
StackTrace
public override string StackTrace { get; }
Property Value
Methods
ToString()
public override string ToString()