Class PEFileNotSupportedException
- Namespace
- ICSharpCode.Decompiler.Metadata
- Assembly
- ICSharpCode.Decompiler.dll
public class PEFileNotSupportedException : Exception, ISerializable
- Inheritance
-
PEFileNotSupportedException
- Implements
- Inherited Members
Constructors
PEFileNotSupportedException()
public PEFileNotSupportedException()
PEFileNotSupportedException(SerializationInfo, StreamingContext)
protected PEFileNotSupportedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
PEFileNotSupportedException(string)
public PEFileNotSupportedException(string message)
Parameters
message
string
PEFileNotSupportedException(string, Exception)
public PEFileNotSupportedException(string message, Exception inner)