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