ArgumentExceptionDetail

From Virtual World Web Wiki
Revision as of 21:05, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the ArgumentExceptionDetail class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()