ConfigurablePofContextThrowException Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Assemble and throw an informative exception based on the passed
            details.
            
 
    Namespace: 
   Tangosol.IO.Pof
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual Exception ThrowException(
	string uri,
	int typeId,
	string typename,
	Exception e,
	string message
)
Parameters
- uri
 - Type: SystemString
            The URI of the configuration.
             - typeId
 - Type: SystemInt32
            The type ID (if applicable and if known).
             - typename
 - Type: SystemString
            The user type type name (if applicable and if known).
             - e
 - Type: SystemException
            The underlying exception, if any.
             - message
 - Type: SystemString
            The detailed description of the problem.
             
Return Value
Type: 
Exception
            This method does not return; it always throws an exception.
            
Exceptions
See Also