ErrorMessages Class

 

Contains a strongly typed resource class for error messages, which is used for looking up localized error strings.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.WebApi.Framework.ErrorMessages

Syntax

public class ErrorMessages
public ref class ErrorMessages 
Public Class ErrorMessages

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static BadRequestFormat

Gets a localized error string that represents a bad request format.

System_CAPS_pubpropertySystem_CAPS_static Culture

Gets or sets the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

System_CAPS_pubpropertySystem_CAPS_static GeneralInternalError

Gets a localized error string that represents a general internal error.

System_CAPS_pubpropertySystem_CAPS_static GeneralValidationFailMessage

Gets a localized error string that represents a general validation failure.

System_CAPS_pubpropertySystem_CAPS_static InternalError

Gets a localized error string that represents an internal error.

System_CAPS_pubpropertySystem_CAPS_static InvalidSecurityIdentifier

Gets a localized error string that represents an invalid security identifier.

System_CAPS_pubpropertySystem_CAPS_static PathShouldNotBeTooLong

Gets a localized error string that represents a path length warning.

System_CAPS_pubpropertySystem_CAPS_static ResourceManager

Gets the cached instance of the resource manager that is used by this class.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeBoolean

Gets a localized error string that specifies that a value should be Boolean.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeGuid

Gets a localized error string that specifies that a value should be a GUID.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeGuidList

Looks up a localized string similar to The syntax of the specified list of GUIDs is incorrect.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeInRange

Gets a localized error string that specifies that a value should be within a certain range.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeInteger

Gets a localized error string that specifies that a value should be an integer.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeLong

Gets a localized error string that specifies that a value should be a long integer.

System_CAPS_pubpropertySystem_CAPS_static ShouldBeNonNegativeInteger

Gets a localized error string that specifies that a value should be a nonnegative integer.

System_CAPS_pubpropertySystem_CAPS_static ShouldBePositiveInteger

Gets a localized error string that specifies that a value should be a positive integer.

System_CAPS_pubpropertySystem_CAPS_static ShouldNotBeNull

Gets a localized error string that specifies that a value should not be null.

System_CAPS_pubpropertySystem_CAPS_static ShouldNotBeNullOrEmpty

Gets a localized error string that specifies that a value should not be null or empty.

System_CAPS_pubpropertySystem_CAPS_static StringPlusPlaceHolder

Gets a localized error string similar to {0}, {1}.

System_CAPS_pubpropertySystem_CAPS_static ValueShouldBeInEnum

Gets a localized error string that specifies that a value should be one of an enumerated set of values.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top