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)

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

public ref class ErrorMessages 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticBadRequestFormat

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

System_CAPS_pubpropertySystem_CAPS_staticCulture

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

System_CAPS_pubpropertySystem_CAPS_staticGeneralInternalError

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

System_CAPS_pubpropertySystem_CAPS_staticGeneralValidationFailMessage

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

System_CAPS_pubpropertySystem_CAPS_staticInternalError

Gets a localized error string that represents an internal error.

System_CAPS_pubpropertySystem_CAPS_staticInvalidSecurityIdentifier

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

System_CAPS_pubpropertySystem_CAPS_staticPathShouldNotBeTooLong

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

System_CAPS_pubpropertySystem_CAPS_staticResourceManager

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeBoolean

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeGuid

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeGuidList

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeInRange

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeInteger

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeLong

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBeNonNegativeInteger

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

System_CAPS_pubpropertySystem_CAPS_staticShouldBePositiveInteger

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

System_CAPS_pubpropertySystem_CAPS_staticShouldNotBeNull

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

System_CAPS_pubpropertySystem_CAPS_staticShouldNotBeNullOrEmpty

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

System_CAPS_pubpropertySystem_CAPS_staticStringPlusPlaceHolder

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

System_CAPS_pubpropertySystem_CAPS_staticValueShouldBeInEnum

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: