Class Res

Provides static, culture-neutral exception messages that are used by the Microsoft Ajax Library framework.

see

{@link http://msdn.microsoft.com/en-us/library/bb397705(v=vs.100).aspx} This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Index

Properties

Properties

public static actualValue: string

returns

"Actual value was {0}."

public static appLoadTimedout: string

returns

"The application failed to load within the specified time out period."

public static argument: string

returns

"Value does not fall within the expected range."

public static argumentNull: string

returns

"Value cannot be null."

public static argumentOutOfRange: string

returns

"Specified argument was out of the range of valid values.

public static argumentType: string

returns

"Object cannot be converted to the required type."

public static argumentTypeWithTypes: string

returns

"Object of type '{0}' cannot be converted to type '{1}'."

public static argumentUndefined: string

returns

"Value cannot be undefined."

public static assertFailed: string

returns

"Assertion Failed: {0}"

public static assetFailedCaller: string

returns

"Assertion Failed: {0}\r\nat {1}"

public static badBaseUrl1: string

returns

"Base URL does not contain ://."

public static badBaseUrl2: string

returns

"Base URL does not contain another /."

public static badBaseUrl3: string

returns

"Cannot find last / in base URL."

public static breakIntoDebugger: string

returns

"{0}\r\n\r\nBreak into debugger?"

public static cannotAbortBeforeStart: string

returns

"Cannot abort when executor has not started."

public static cannotCallBeforeResponse: string

returns

"Cannot call {0} when responseAvailable is false."

public static cannotCallOnceStarted: string

returns

"Cannot call {0} once started."

public static cannotCallOutsideHandler: string

returns

"Cannot call {0} outside of a completed event handler."

public static cannotDeserializeEmptyString: string

returns

"Cannot deserialize empty string."

public static cannotSerializeNonFiniteNumbers: string

returns

"Cannot serialize non-finite numbers."

public static controlCantSetId: string

returns

"The id property can't be set on a control."

public static enumInvalidValue: string

returns

"'{0}' is not a valid value for enum {1}."

public static eventHandlerInvalid: string

returns

"Handler was not added through the Sys.UI.DomEvent.addHandler method.

public static format: string

returns

"One of the identified items was in an invalid format."

public static formatBadDate: string

returns

"The string was not recognized as a valid Date."

public static formatBadFormatSpecifier: string

returns

"Format specifier was invalid."

public static formatInvalidString: string

returns

"Input string was not in a correct format."

public static invalidExecutorType: string

returns

"Could not create a valid Sys.Net.WebRequestExecutor from: {0}."

public static invalidHttpVerb: string

returns

"httpVerb cannot be set to an empty or null string."

public static invalidOperation: string

returns

"Operation is not valid due to the current state of the object."

public static invalidTimeout: string

returns

"Value must be greater than or equal to zero."

public static invokeCalledTwice: string

returns

"Cannot call invoke more than once."

public static notImplemented: string

returns

"The method or operation is not implemented."

public static nullWebRequest: string

returns

"Cannot call executeRequest with a null webRequest."