MaximumResultSizeException Class |
Error that occurs when attempting to process a result that is larger than the allowable limit.
Inheritance Hierarchy
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[SerializableAttribute]
public sealed class MaximumResultSizeException : Exception
<SerializableAttribute>
Public NotInheritable Class MaximumResultSizeException
Inherits Exception
[SerializableAttribute]
public ref class MaximumResultSizeException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type MaximumResultSizeException =
class
inherit Exception
end
See Also