StructureMap by Jeremy D. Miller, Joshua Flanagan, Frank Quednau, Dmytro Dziuma

<PackageReference Include="StructureMap" Version="4.7.0" />

.NET API 272,896 bytes

 StructureMapException

Main exception for StructureMap. Use the ErrorCode to aid in troubleshooting StructureMap problems
public static readonly ConstructorInfo Constructor

public static readonly MethodInfo PushMethod

public string Context { get; set; }

public string Title { get; }

public StructureMapException(string message)

public StructureMapException(string message, Exception innerException)

public void Push(string description, object[] parameters)