PmpException¶
-
class PmpException : public System.Exception¶
Represents an exception that occurred in the system.
-
PmpException.PmpException()¶
-
PmpException.PmpException(string message)¶
Initializes a new instance of
PmpException
.- Parameters
message – The message of the exception.
System.DateTime PmpException.Time { get; }
string PmpException.Format { get; }
ulong PmpException.TimeStamp { get; }
System.Collections.Generic.IReadOnlyCollection<PmpException> PmpException.InnerExceptions { get; }
System.Collections.Generic.IReadOnlyDictionary<string, Value> PmpException.Values { get; }
-
PmpException.PmpException()¶