Table of Contents

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 string

The error message.

MetadataBuilderException(string, Exception)

Creates a new instance of the MetadataBuilderException class with the provided message.

public MetadataBuilderException(string message, Exception inner)

Parameters

message string

The error message.

inner Exception

The inner exception causing the exception.