Class SystemUserException
Namespace: SuperOffice.WebApi.Authorization.SystemUserTicket.ExceptionsAssembly: SuperOffice.WebApi.Authorization.SystemUserTicket.dll Thrown when exception occurs obtaining a new SystemUser ticket.
Inheritance
object ← Exception ← SystemUserExceptionImplements
ISerializableInherited 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.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()Constructors
SystemUserException()
Default - all blankSystemUserException(string)
MessageParameters
message string
“halp!”
SystemUserException(string, Exception)
WrapperParameters
message string
“Halp!”
innerException Exception
the real problem