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