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
infoSerializationInfocontextStreamingContext
InitException(string?)
public InitException(string? message)
Parameters
messagestring
InitException(string?, Exception?)
public InitException(string? message, Exception? innerException)