Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
PortableException()()()
Default constructor.
PortableException(Exception)
Construct a PortableException from an Exception object.
PortableException(String)
Constructs a PortableException with the specified detail message.
PortableException(SerializationInfo, StreamingContext)
Construct a PortableException class with serialized data.
PortableException(String, Exception)
Construct a PortableException from an Exception object and an additional description.

See Also