Token Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets 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 InvalidImportTokenException
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
Gets or sets the token that caused the exception. The token is used to identify the Import 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.
See Also
Reference
InvalidImportTokenException Class