System.Object
System.Exception
System.ApplicationException
Eplan.EplApi.Base.BaseException
Eplan.EplApi.Base.LockingException
Eplan.EplApi.DataModel.LockingExceptionFailedLockAttempt
System.Object
System.Exception
System.ApplicationException
Eplan.EplApi.Base.BaseException
Eplan.EplApi.Base.LockingException
Eplan.EplApi.DataModel.LockingExceptionFailedLockAttempt
public class LockingException : BaseException
public ref class LockingException : public BaseException
Name | Description | |
---|---|---|
LockingException Constructor | Overloaded. |
Name | Description | |
---|---|---|
Data | (Inherited from System.Exception) | |
HelpLink | (Inherited from System.Exception) | |
HResult | (Inherited from System.Exception) | |
InnerException | (Inherited from System.Exception) | |
Message | (Inherited from System.Exception) | |
MessageLevel | Returns the level of message as MessageLevel. (Inherited from Eplan.EplApi.Base.BaseException) | |
NumberOfOccurrences | Returns number of repetitions of consecutive messages with the same text (i.e. error description) which are joined into one item in the system's message tree. (Inherited from Eplan.EplApi.Base.BaseException) | |
Source | (Inherited from System.Exception) | |
StackTrace | (Inherited from System.Exception) | |
TargetSite | (Inherited from System.Exception) |
Name | Description | |
---|---|---|
Dispose | Destructor for deterministic finalization of BaseException object. (Inherited from Eplan.EplApi.Base.BaseException) | |
FixMessage | Method enters a message in the system-wide message tree. (Inherited from Eplan.EplApi.Base.BaseException) | |
GetAllFailed2LockAsString | returns all object ids of the objects which were not locked. In case this exception was produced while accessing unlocked object in write mode, only one object will be returned (the one which was accessed first). | |
GetBaseException | (Inherited from System.Exception) | |
GetBookmarkID | Sets a label in the system error message management for getting a section of the 'message tree' (Inherited from Eplan.EplApi.Base.BaseException) | |
GetFirstFailed2LockAsString | returns the object id of the first object which was not locked. . | |
GetMessageIndex | returns the identifying S- number of a system message (Inherited from Eplan.EplApi.Base.BaseException) | |
GetMessageText | Returns the text of the system message without the index (Inherited from Eplan.EplApi.Base.BaseException) | |
GetObjectData | (Inherited from System.Exception) | |
GetType | (Inherited from System.Exception) | |
ToString | (Inherited from System.Exception) |