ArgumentExceptionDetail

From Virtual World Web Wiki
Jump to: navigation, search

Represents an ArgumentException on the server

Remarks [edit]

Properties

string Message {get; set;}
Aditional information about the exception
string ParamName {get; set;}
The parameter that caused the exception

Constructors

ArgumentExceptionDetail()