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