Click or drag to resize

PortableException Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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