Class OneM2MException
Inheritance
object
OneM2MException
Assembly: Aetheros.OneM2M.Api.dll
Syntax
public class OneM2MException : Exception, ISerializable
Constructors
|
Edit this page
View Source
OneM2MException(ResponseStatusCode)
Declaration
public OneM2MException(ResponseStatusCode responseStatusCode)
Parameters
|
Edit this page
View Source
OneM2MException(ResponseStatusCode, string)
Declaration
public OneM2MException(ResponseStatusCode responseStatusCode, string message)
Parameters
|
Edit this page
View Source
OneM2MException(ResponseStatusCode, string, Exception)
Declaration
public OneM2MException(ResponseStatusCode responseStatusCode, string message, Exception innerException)
Parameters
|
Edit this page
View Source
OneM2MException(SerializationInfo, StreamingContext)
Declaration
protected OneM2MException(SerializationInfo info, StreamingContext context)
Parameters
Properties
|
Edit this page
View Source
StatusCode
Declaration
public ResponseStatusCode StatusCode { get; set; }
Property Value
Implements