com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedInsufficientCapacityException Constructor (String, Exception)

Initializes a new EmbeddedInsufficientCapacityException instance with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedInsufficientCapacityException(

	string message,

	Exception inner

)

Parameters

message
Type: String
The error message that explains the reason for the exception.
inner
Type: Exception
The exception that is the cause of the current exception. If inner is not a null reference, the current exception is raised in a catch block that handles the inner exception.