Class InitException
[Serializable]
public class InitException : JabraException, ISerializable
- Inheritance
-
InitException
- Implements
- Inherited Members
Constructors
InitException()
public InitException()
InitException(SerializationInfo, StreamingContext)
protected InitException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
InitException(string?)
public InitException(string? message)
Parameters
message
string
InitException(string?, Exception?)
public InitException(string? message, Exception? innerException)