public RedisNotInitializedException(
string? message,
Exception? innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
RedisNotInitializedException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> RedisNotInitializedException