London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ServiceException

Inheritance
System.Object
System.Exception
ServiceException
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.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: EPiServer.Cms.Shell.UI.Rest.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ServiceException : EPiServerException, ISerializable, _Exception

Constructors

ServiceException(String, String)

Declaration
public ServiceException(string message, string languageKey)
Parameters
Type Name Description
System.String message
System.String languageKey

Properties

AdditionalInformation

Declaration
public IEnumerable<string> AdditionalInformation { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

OriginalMessage

Declaration
public string OriginalMessage { get; }
Property Value
Type Description
System.String

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

Extension Methods