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 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 |
| SerializationException | The class name is |
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. |