NotFoundExceptionDetail

From Virtual World Web Wiki
Jump to: navigation, search

Represents a ServerAPI NotFoundException or some derived exception

Remarks [edit]

Properties

string ExceptionType {get; set;}
The exact type of the Server API exception
string Message {get; set;}
Any additional information
Guid ObjectID {get; set;}
The globally unique ID of the object that was not found
string ObjectName {get; set;}
The name of the parameter or object that was not found

Constructors

NotFoundExceptionDetail()