ServiceRequiredException Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Exception class used for designer failures.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Syntax
[Serializable]
public class ServiceRequiredException : DesignerException, ISerializable, _Exception
Constructors
ServiceRequiredException() | Create a new ServiceRequiredException instance. |
ServiceRequiredException(SerializationInfo, StreamingContext) | Create a new ServiceRequiredException instance. |
ServiceRequiredException(String) | Create a new ServiceRequiredException instance. |
ServiceRequiredException(String, Exception) | Create a new ServiceRequiredException instance. |
ServiceRequiredException(Type) | Create a new ServiceRequiredException instance. |
Properties
ServiceType | Gets the missing service. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Message
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()
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception