Class FCLicenseException
Inheritance
System.Object
System.Exception
System.ApplicationException
FCLicenseException
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 FCLicenseException : FCExceptionBase, _Exception, ISerializable
Constructors
FCLicenseException(Boolean, Int32, String, Object[])
Declaration
public FCLicenseException(bool loggingEnabled, int errorId, string messageId, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | loggingEnabled | |
System.Int32 | errorId | |
System.String | messageId | |
System.Object[] | args |
FCLicenseException(Exception, Int32, String, Object[])
Declaration
public FCLicenseException(Exception innerEx, int errorId, string messageId, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerEx | |
System.Int32 | errorId | |
System.String | messageId | |
System.Object[] | args |
FCLicenseException(Int32, String, Object[])
Declaration
public FCLicenseException(int errorId, string messageId, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | messageId | |
System.Object[] | args |
FCLicenseException(SerializationInfo, StreamingContext)
Declaration
protected FCLicenseException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Methods
GetLicenseLoadError(Exception, Int32, FCLicenseException.LoadFailReasons)
Declaration
public static FCLicenseException GetLicenseLoadError(Exception ex, int errorId, FCLicenseException.LoadFailReasons reason)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | ex | |
System.Int32 | errorId | |
FCLicenseException.LoadFailReasons | reason |
Returns
Type | Description |
---|---|
FCLicenseException |
GetProductLicenseError(Int32, Int32)
Declaration
public static FCLicenseException GetProductLicenseError(int errorId, int productId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.Int32 | productId |
Returns
Type | Description |
---|---|
FCLicenseException |
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable