Class UnexpectedException
[Serializable]
public class UnexpectedException : JabraException, ISerializable
- Inheritance
-
UnexpectedException
- Implements
- Inherited Members
Constructors
UnexpectedException()
public UnexpectedException()
UnexpectedException(SerializationInfo, StreamingContext)
protected UnexpectedException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfostreamingContext
StreamingContext
UnexpectedException(string?)
public UnexpectedException(string? message)
Parameters
message
string
UnexpectedException(string?, Exception?)
public UnexpectedException(string? message, Exception? innerException)