Class ProjectAutomationException
Exception type for specific project automation exceptions.
Inherited Members
Namespace: Sdl.ProjectAutomation .Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ProjectAutomationException : Exception, ISerializable, _Exception
Constructors
ProjectAutomationException()
Initializes a new instance of the Project
Declaration
public ProjectAutomationException()
ProjectAutomationException(SerializationInfo, StreamingContext)
Initializes a new instance of the Project
Declaration
protected ProjectAutomationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
Exceptions
Type | Condition |
---|---|
Argument |
The |
Serialization |
The class name is |
ProjectAutomationException(string)
Initializes a new instance of the Project
Declaration
public ProjectAutomationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
ProjectAutomationException(string, Exception)
Initializes a new instance of the Project
Declaration
public ProjectAutomationException(string message, Exception inner)