ExceptionBaseException public class ExceptionBaseException : Exception Represents the base of the custom exceptions used by the StashboxContainer Documentation Code public Type Type { get; set; } The type the container is currently resolving. public ExceptionBaseException(Type type, string message = null, Exception innerException = null) Constructs an ExceptionBaseException.