Show / Hide Table of Contents

Class ViewRegistrationException

Exception that's thrown when something goes wrong while Registering a View with a region name in the RegionViewRegistry class.

Inheritance
object
Exception
ViewRegistrationException
Implements
ISerializable
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class ViewRegistrationException : Exception, ISerializable

Constructors

View Source

ViewRegistrationException()

Initializes a new instance of the ViewRegistrationException class.

Declaration
public ViewRegistrationException()
View Source

ViewRegistrationException(string)

Initializes a new instance of the ViewRegistrationException class.

Declaration
public ViewRegistrationException(string message)
Parameters
Type Name Description
string message

The exception message.

View Source

ViewRegistrationException(string, Exception)

Initializes a new instance of the ViewRegistrationException class.

Declaration
public ViewRegistrationException(string message, Exception inner)
Parameters
Type Name Description
string message

The exception message.

Exception inner

The inner exception.

Implements

ISerializable

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
ExceptionExtensions.GetRootException(Exception)
  • View Source
Back to top Generated by DocFX