Class LoggedOutException
Indicates that the current connection is not logged in with valid credentials
Inheritance
System.Object
System.Exception
LoggedOutException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class LoggedOutException : Exception
Constructors
| Improve this Doc View SourceLoggedOutException()
Initializes a new instance of the LoggedOutException class.
Declaration
public LoggedOutException()
LoggedOutException(String)
Initializes a new instance of the LoggedOutException class.
Declaration
public LoggedOutException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
LoggedOutException(String, Exception)
Initializes a new instance of the LoggedOutException class.
Declaration
public LoggedOutException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
System.Exception | innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |