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 System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The |
System.Runtime.Serialization.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. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception