Difference between revisions of "ArgumentExceptionDetail"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the ArgumentExceptionDetail class)
 
(Documentation for the ArgumentExceptionDetail class)
 
Line 2: Line 2:
  
 
===Remarks <nowiki>[</nowiki>[{{fullurl:ArgumentExceptionDetail Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:ArgumentExceptionDetail Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:ArgumentExceptionDetail Remarks}}
+
{{#ifexist:ArgumentExceptionDetail Remarks|{{:ArgumentExceptionDetail Remarks}}|}}
  
 
===Properties===
 
===Properties===

Latest revision as of 21:05, 12 April 2017

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()