FCFL.NET Common Library - API Reference
FCArgumentException Class
Members 

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)

See Also

Reference

FCArgumentException Members
FChoice.Common Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.