Search Results for

    Show / Hide Table of Contents

    Class PlatformNotSupportedException

    Inheritance
    Object
    PlatformNotSupportedException
    Namespace: i5.Toolkit.Core.Utilities.Exceptions
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlatformNotSupportedException : Exception

    Constructors

    PlatformNotSupportedException()

    Declaration
    public PlatformNotSupportedException()

    PlatformNotSupportedException(String)

    Declaration
    public PlatformNotSupportedException(string message)
    Parameters
    Type Name Description
    String message

    PlatformNotSupportedException(String, Exception)

    Declaration
    public PlatformNotSupportedException(string message, Exception inner)
    Parameters
    Type Name Description
    String message
    Exception inner
    In This Article
    Back to top i5 Toolkit Documentation