Class StateCopyException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Exceptions.StateService
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class StateCopyException : StateServiceException, ISerializable, _Exception
Constructors
StateCopyException(String, Exception, String, String, String, String, Boolean)
Declaration
public StateCopyException(string message, Exception innerException, string sourceStateId, string sourceUserId, string targetStateId, string targetUserId, bool overwrite)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException | |
System.String | sourceStateId | |
System.String | sourceUserId | |
System.String | targetStateId | |
System.String | targetUserId | |
System.Boolean | overwrite |
StateCopyException(String, String, String, String, String, Boolean)
Declaration
public StateCopyException(string message, string sourceStateId, string sourceUserId, string targetStateId, string targetUserId, bool overwrite)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | sourceStateId | |
System.String | sourceUserId | |
System.String | targetStateId | |
System.String | targetUserId | |
System.Boolean | overwrite |
Properties
Overwrite
Declaration
public bool Overwrite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TargetStateId
Declaration
public string TargetStateId { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetUserId
Declaration
public string TargetUserId { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception