Habanero.Faces.Win.MultipleAsyncOperationException.MultipleAsyncOperationException C# (CSharp) Method

MultipleAsyncOperationException() public method

Exception thrown when the application developer allows multiple synchronous async calls to the grid (which would result in, at best, oddness)
public MultipleAsyncOperationException ( string message ) : System
message string
return System
        public MultipleAsyncOperationException(string message)
            : base(message)
        {
        }
    }
MultipleAsyncOperationException