Class MetadataBuilderException
- Namespace
- AsmResolver.DotNet.Builder
- Assembly
- AsmResolver.DotNet.dll
Represents the exception that occurs when the .NET metadata builder transitions into an illegal state.
[Serializable]
public class MetadataBuilderException : Exception, ISerializable
- Inheritance
-
MetadataBuilderException
- Implements
- Inherited Members
Constructors
MetadataBuilderException()
Creates a new instance of the MetadataBuilderException class.
public MetadataBuilderException()
MetadataBuilderException(string)
Creates a new instance of the MetadataBuilderException class with the provided message.
public MetadataBuilderException(string message)
Parameters
message
stringThe error message.
MetadataBuilderException(string, Exception)
Creates a new instance of the MetadataBuilderException class with the provided message.
public MetadataBuilderException(string message, Exception inner)