Show / Hide Table of Contents

Class ExceptionMessages

Holds exception messages.

Inheritance
System.Object
ExceptionMessages
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
public static class ExceptionMessages

Fields

View Source

AppconfigExceptionDefaultContractDuplication

Exception message that indicates that the default contract of a specific type is defined more than once.

Declaration
public const string AppconfigExceptionDefaultContractDuplication = "Default contract of type '{0}' is defined more than once."
Field Value
Type Description
System.String
View Source

PrintServiceNoStreamToPrint

Exception message that is shown by the PrintService if there is not stream to print.

Declaration
public const string PrintServiceNoStreamToPrint = "Error: no stream to print."
Field Value
Type Description
System.String
View Source

ServiceFactoryActivationException

Exception message that indicates that an error occured while trying to activate and instance of type {0}.

Declaration
public const string ServiceFactoryActivationException = "Activation error occured while trying to get instance of type '{0}', key '{1}'"
Field Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX