Oracle® Coherence .NET API Reference Release 3.6
E15727-01

[Missing <summary> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected virtual Exception ThrowException(
	string uri,
	int typeId,
	string typename,
	Exception e,
	string message
)

Parameters

uri
Type: System..::.String

[Missing <param name="uri"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

typeId
Type: System..::.Int32

[Missing <param name="typeId"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

typename
Type: System..::.String

[Missing <param name="typename"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

e
Type: System..::.Exception

[Missing <param name="e"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

message
Type: System..::.String

[Missing <param name="message"/> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

Return Value

[Missing <returns> documentation for "M:Tangosol.IO.Pof.ConfigurablePofContext.ThrowException(System.String,System.Int32,System.String,System.Exception,System.String)"]

See Also