Skip to content

Why is the shape for System.Exception empty? #349

@AArnott

Description

@AArnott

The entire shape for System.Exception is:

private global::PolyType.ITypeShape<global::System.Exception> __Create_Exception()
{
    return new global::PolyType.SourceGenModel.SourceGenObjectTypeShape<global::System.Exception>
    {
        IsRecordType = false,
        IsTupleType = false,
        Provider = this,
    };
}

No properties. No constructors.

Why? There are public properties and constructors on this type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions