[Visual Basic] Public Sub New( _ ByVal message As String, _ ByVal exception As Exception _ ) [C#] public CustomUIItemException( string message, Exception exception ); [C++] public: CustomUIItemException( String* message, Exception* exception ); [JScript] public function CustomUIItemException( String message, Exception exception );
CustomUIItemException Class | White.Core.UIItems.Custom Namespace | CustomUIItemException Constructor Overload List