Class ExceptionMessages
Holds exception messages.
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
public static class ExceptionMessages
Fields
View SourceAppconfigExceptionDefaultContractDuplication
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 |
|---|---|
| string |
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 |
|---|---|
| string |
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 |
|---|---|
| string |