FCArgumentException Class
FCArgumentException is used to signify that parameters passed into APIs are invalid. It has several static (Shared in Visual Basic) methods that make handling required parameters easier.
Syntax
'Declaration
<SerializableAttribute()>
Public Class FCArgumentException
Inherits CommonException
[SerializableAttribute()]
public class FCArgumentException : CommonException
Remarks
Please see the three main static (Shared in Visual Basic) on this class for information on how to help protect your APIs against invalid input data: CheckIndexBounds, CheckIsEmpty, CheckIsNull.
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
FChoice.Common.FCExceptionBase
FChoice.Common.CommonException
FChoice.Common.FCArgumentException
Requirements
Namespace: FChoice.Common
Platforms: Windows XP, Windows Server 2003 and 2008 family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)