Table of Contents

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

file PEFile
message string
innerException Exception

DecompilerException(MetadataModule, IEntity, Exception, string)

public DecompilerException(MetadataModule module, IEntity decompiledEntity, Exception innerException, string message = null)

Parameters

module MetadataModule
decompiledEntity IEntity
innerException Exception
message string

DecompilerException(SerializationInfo, StreamingContext)

protected DecompilerException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

Properties

AssemblyName

public string AssemblyName { get; }

Property Value

string

DecompiledEntity

public IEntity DecompiledEntity { get; }

Property Value

IEntity

File

public PEFile File { get; }

Property Value

PEFile

FileName

public string FileName { get; }

Property Value

string

Module

public IModule Module { get; }

Property Value

IModule

StackTrace

public override string StackTrace { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string