RedaktException(string, Exception)

public RedaktException(string message, Exception innerException)

Parameters

message string
innerException Exception

RedaktException(string, object)

public RedaktException(string messageFormat, params object args)

Parameters

messageFormat string
args object

RedaktException(Exception, string, object)

public RedaktException(Exception innerException, string messageFormat, params object args)

Parameters

innerException Exception
messageFormat string
args object
In this article