InvalidImportTokenException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the InvalidImportTokenException class.
Overload List
Name | Description | |
---|---|---|
InvalidImportTokenException()()() | Initializes a new instance of the InvalidImportTokenException class. | |
InvalidImportTokenException(String) | Initializes a new instance of the InvalidImportTokenException class with a specified error message. | |
InvalidImportTokenException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidImportTokenException class with the specified serialization and streaming context information. | |
InvalidImportTokenException(String, Exception) | Initializes a new instance of the InvalidImportTokenException class with a specified error message and inner exception that is the cause of this exception. | |
InvalidImportTokenException(String, Guid) | Initializes a new instance of the InvalidImportTokenException class with the specified error message and token that caused the exception. | |
InvalidImportTokenException(String, Guid, Exception) | Initializes a new instance of the InvalidImportTokenException class with the specified error message and token and inner exception that caused the current exception. |
Top
Remarks
The exception that is thrown when a user specified Import token doesn't exist.
See Also
Reference
InvalidImportTokenException Class