Class SuperOfficeWebApiWrongSubdomainException
Namespace: SuperOffice.WebApi.Authorization.ExceptionsAssembly: SuperOffice.WebApi.Authorization.dll Thrown when tenant is located in SOD but request send to SOD2. Contains the HTTP error and any body we can read.
Inheritance
object ← Exception ← SuperOfficeWebApiException ← SuperOfficeWebApiWrongSubdomainExceptionImplements
ISerializableInherited Members
SuperOfficeWebApiException.Request, SuperOfficeWebApiException.Headers, SuperOfficeWebApiException.Body, 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
SuperOfficeWebApiWrongSubdomainException(string, string, HttpResponseHeaders, string)
Parameters
message string
request string
headers HttpResponseHeaders
body string