An NDoc Documented Class Library

CustomUIItemException Constructor

Overload List

 

[Visual Basic] Public Sub New(ByVal String)
[C#] public CustomUIItemException(string);
[C++] public: CustomUIItemException(String*);
[JScript] public function CustomUIItemException(String);

 

[Visual Basic] Public Sub New(ByVal String,ByVal Exception)
[C#] public CustomUIItemException(string,Exception);
[C++] public: CustomUIItemException(String*,Exception*);
[JScript] public function CustomUIItemException(String,Exception);

See Also

CustomUIItemException Class | White.Core.UIItems.Custom Namespace