Search Results for

    Show / Hide Table of Contents

    Class ProjectAutomationException

    Exception type for specific project automation exceptions.

    Inheritance
    object
    Exception
    ProjectAutomationException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProjectAutomationException : Exception, ISerializable, _Exception

    Constructors

    ProjectAutomationException()

    Initializes a new instance of the ProjectAutomationException class.

    Declaration
    public ProjectAutomationException()

    ProjectAutomationException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ProjectAutomationException class.

    Declaration
    protected ProjectAutomationException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

    Exceptions
    Type Condition
    ArgumentNullException

    The info parameter is null.

    SerializationException

    The class name is null or HResult is zero (0).

    ProjectAutomationException(string)

    Initializes a new instance of the ProjectAutomationException class.

    Declaration
    public ProjectAutomationException(string message)
    Parameters
    Type Name Description
    string message

    The message.

    ProjectAutomationException(string, Exception)

    Initializes a new instance of the ProjectAutomationException class.

    Declaration
    public ProjectAutomationException(string message, Exception inner)
    Parameters
    Type Name Description
    string message

    The message.

    Exception inner

    The inner.

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • ProjectAutomationException()
      • ProjectAutomationException(SerializationInfo, StreamingContext)
      • ProjectAutomationException(string)
      • ProjectAutomationException(string, Exception)
    • Implements
    Back to top Generated by DocFX