[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);
CustomUIItemException Class | White.Core.UIItems.Custom Namespace