EmbeddedInsufficientCapacityException Constructor (EmbeddedMessage, String, Int32)
Initializes a new EmbeddedInsufficientCapacityException instance and constructs an error message from the given information.
                
    Namespace: 
   com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedInsufficientCapacityException( EmbeddedMessage message, string typeName, int requiredBytes )
Parameters
- message
 - Type: com.onlineobject.objectnet.server..::..EmbeddedMessage
The message with insufficient remaining capacity. 
- typeName
 - Type: String
The name of the type which could not be added to the message. 
- requiredBytes
 - Type: Int32
The number of available bytes required for the type to be added successfully. 

