Class FCInvalidLoginException
Inheritance
System.Object
System.Exception
System.ApplicationException
FCInvalidLoginException
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.Foundation
Assembly: fcSDK.dll
Syntax
public class FCInvalidLoginException : FoundationException, _Exception, ISerializable
Constructors
FCInvalidLoginException(Int32, String)
Declaration
public FCInvalidLoginException(int errorId, string username)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | username |
FCInvalidLoginException(SerializationInfo, StreamingContext)
Declaration
protected FCInvalidLoginException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable