Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the Guid that is the token that caused the exception.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Token As Guid
'Usage
Dim instance As UploadFileSizeException
Dim value As Guid
value = instance.Token
instance.Token = value
public Guid Token { get; set; }
public:
property Guid Token {
Guid get ();
void set (Guid value);
}
public function get Token () : Guid
public function set Token (value : Guid)
Property Value
Type: System..::.Guid
The token that caused the exception.
Remarks
Stores the token that caused the exception. The token is used to identify the operation that caused the exception.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.