Class FCArgumentException
Inheritance
System.Object
System.Exception
System.ApplicationException
FCArgumentException
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: FChoice.Common
Assembly: FChoice.Common.dll
Syntax
public class FCArgumentException : CommonException, _Exception, ISerializable
Constructors
FCArgumentException(Int32, String)
Declaration
protected FCArgumentException(int errorId, string messageId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | messageId |
FCArgumentException(Int32, String, Object[])
Declaration
protected FCArgumentException(int errorId, string messageId, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | messageId | |
System.Object[] | args |
FCArgumentException(SerializationInfo, StreamingContext)
Declaration
protected FCArgumentException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Methods
CheckIndexBounds(Int32, String, Int32, Int32)
Declaration
public static void CheckIndexBounds(int errorId, string paramName, int index, int maxBound)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | paramName | |
System.Int32 | index | |
System.Int32 | maxBound |
CheckIsEmpty(Int32, String, String)
Declaration
public static void CheckIsEmpty(int errorId, string paramName, string val)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | paramName | |
System.String | val |
CheckIsNull(Int32, String, Object)
Declaration
public static void CheckIsNull(int errorId, string paramName, object val)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | paramName | |
System.Object | val |
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable