Show / Hide Table of Contents

Class UncleanStatusException

Inheritance
Object
Exception
UncleanStatusException
AllocationException
HalHandleException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
public class UncleanStatusException : Exception, ISerializable

Constructors

| Improve this Doc View Source

UncleanStatusException(Int32)

Declaration
public UncleanStatusException(int statusCode)
Parameters
Type Name Description
Int32 statusCode
| Improve this Doc View Source

UncleanStatusException(Int32, String)

Declaration
public UncleanStatusException(int statusCode, string message)
Parameters
Type Name Description
Int32 statusCode
String message

Properties

| Improve this Doc View Source

StatusCode

Declaration
public int StatusCode { get; set; }
Property Value
Type Description
Int32

Implements

ISerializable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet