| LimitExceededException Constructor (Int32) |
Default ctor
Namespace:
SanteDB.Core.Exceptions
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public LimitExceededException(
int retryInSeconds
)
Public Sub New (
retryInSeconds As Integer
)
public:
LimitExceededException(
int retryInSeconds
)
new :
retryInSeconds : int -> LimitExceededException
Parameters
- retryInSeconds
- Type: SystemInt32
[Missing <param name="retryInSeconds"/> documentation for "M:SanteDB.Core.Exceptions.LimitExceededException.#ctor(System.Int32)"]
See Also