Click or drag to resize

PortableException Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodPortableException
Default constructor.
Public methodPortableException(Exception)
Construct a PortableException from an Exception object.
Public methodPortableException(String)
Constructs a PortableException with the specified detail message.
Public methodPortableException(SerializationInfo, StreamingContext)
Construct a PortableException class with serialized data.
Public methodPortableException(String, Exception)
Construct a PortableException from an Exception object and an additional description.
Top
See Also