Show / Hide Table of Contents

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 Source

LoggedOutException()

Initializes a new instance of the LoggedOutException class.

Declaration
public LoggedOutException()
| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX