Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public IMAP_Quota_Entry( string resourceName, long currentUsage, long maxUsage )
Public Sub New ( resourceName As String, currentUsage As Long, maxUsage As Long )
public: IMAP_Quota_Entry( String^ resourceName, long long currentUsage, long long maxUsage )
new : resourceName : string * currentUsage : int64 * maxUsage : int64 -> IMAP_Quota_Entry
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when resourceName is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119