C# Class Uiml.LayoutManagement.LayoutException

This exception is thrown when an error concerning layout management occurs.
Inheritance: System.Exception
Show file Open project: jozilla/Uiml.net

Public Methods

Method Description
LayoutException ( string message ) : System

Method Details

LayoutException() public method

public LayoutException ( string message ) : System
message string
return System