Show / Hide Table of Contents

Class CommonMessages

A static class that defines the common diagnostic messages.

Inheritance
System.Object
CommonMessages
Inherited Members
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: Juhta.Net.Common
Assembly: Juhta.Net.dll
Syntax
public static class CommonMessages

Fields

| Improve this Doc View Source

Error001

Invalid '{0}' parameter value was passed to the method '{1}'. The value cannot be null.

Declaration
public static readonly ErrorMessage Error001
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error002

Value of the parameter '{0}' cannot be an empty string or a string containing nothing but white space characters.

Declaration
public static readonly ErrorMessage Error002
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error003

File '{0}' could not be locked within a {1} millisecond timeout.

Declaration
public static readonly ErrorMessage Error003
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error004

Portion of the file '{0}' could not be locked within a {1} millisecond timeout.

Declaration
public static readonly ErrorMessage Error004
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error005

Invalid '{0}' parameter value was passed to the method '{1}'. The value '{2}' does not conform to the regex pattern '{3}'.

Declaration
public static readonly ErrorMessage Error005
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error006

Method '{0}' of the class '{1}' cannot be executed because the current state of the instance doesn't allow it.

Declaration
public static readonly ErrorMessage Error006
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error007

File '{0}' does not exist.

Declaration
public static readonly ErrorMessage Error007
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error008

Directory '{0}' does not exist.

Declaration
public static readonly ErrorMessage Error008
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error009

Method '{0}' is not supported by the type '{1}'.

Declaration
public static readonly ErrorMessage Error009
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error010

Property '{0}' is not supported by the type '{1}'.

Declaration
public static readonly ErrorMessage Error010
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error011

An error occurred in the closing process of the library '{0}': {1}

Declaration
public static readonly ErrorMessage Error011
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error012

Static method '{0}' of the class '{1}' cannot be executed because the current state of the class doesn't allow it.

Declaration
public static readonly ErrorMessage Error012
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error013

The lenghts of the arrays '{0}' and '{1}' do not match.

Declaration
public static readonly ErrorMessage Error013
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error014

Only one instance of the singleton class '{0}' is allowed to be created at a time.

Declaration
public static readonly ErrorMessage Error014
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error015

Property '{0}' of an instance of the class '{1}' cannot be executed because the instance has been disposed.

Declaration
public static readonly ErrorMessage Error015
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error016

Method '{0}' of an instance of the class '{1}' cannot be executed because the instance has been disposed.

Declaration
public static readonly ErrorMessage Error016
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error017

An instance of the class '{0}' could not be created because the type was not found in the assembly '{1}'.

Declaration
public static readonly ErrorMessage Error017
Field Value
Type Description
ErrorMessage
| Improve this Doc View Source

Error018

Property '{0}' of the class '{1}' cannot be executed because the current state of the instance doesn't allow it.

Declaration
public static readonly ErrorMessage Error018
Field Value
Type Description
ErrorMessage
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX