DocSetTooBigForExportException Class
Specifies the exception thrown during a Send To Other Location or Export Document Set function when the DocumentSets object exceeds 50 megabytes (MB).
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.DocumentManagement.DocumentSets.DocSetTooBigForExportException
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class DocSetTooBigForExportException _
Inherits Exception
'Usage
Dim instance As DocSetTooBigForExportException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class DocSetTooBigForExportException : Exception
Remarks
50 MB is the largest allowable size for an export.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.