Show / Hide Table of Contents

    Class UnsupportedPlatformException

    Inheritance
    Object
    Exception
    UnsupportedPlatformException
    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: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public class UnsupportedPlatformException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    UnsupportedPlatformException()

    Declaration
    public UnsupportedPlatformException()
    | Improve this Doc View Source

    UnsupportedPlatformException(String)

    Declaration
    public UnsupportedPlatformException(string osType)
    Parameters
    Type Name Description
    String osType

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    DebugExtensions.RequestUserHelp(Exception, String, String, Int32, String)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel