Search Results for

    Show / Hide Table of Contents

    Class FindMediaItemParserException

    Summary description for FindMediaItemParserException.

    Inheritance
    System.Object
    FindMediaItemParserException
    Namespace: ImageVault.Client.Descriptors
    Assembly: ImageVault.Client.dll
    Syntax
    public class FindMediaItemParserException : Exception

    Constructors

    FindMediaItemParserException()

    Initializes a new instance of the FindMediaItemParserException class.

    Declaration
    public FindMediaItemParserException()

    FindMediaItemParserException(SerializationInfo, StreamingContext)

    Initializes a new instance of the FindMediaItemParserException class with serialized data. ///

    Declaration
    public FindMediaItemParserException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

    System.Runtime.Serialization.StreamingContext context

    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

    FindMediaItemParserException(String)

    Initializes a new instance of the FindMediaItemParserException class with a specified error message.

    Declaration
    public FindMediaItemParserException(string message)
    Parameters
    Type Name Description
    System.String message

    a message that describes the exception

    FindMediaItemParserException(String, Exception)

    Initializes a new instance of the FindMediaItemParserException class with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public FindMediaItemParserException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    a message that describes the exception

    System.Exception innerException

    The exception that caused this exception

    FindMediaItemParserException(String, Object[])

    Initializes a new instance of the FindMediaItemParserException class with a specified formatted error message. ///

    Declaration
    public FindMediaItemParserException(string format, params object[] args)
    Parameters
    Type Name Description
    System.String format

    A System.String containing zero or more format items.

    System.Object[] args

    An System.Object array containing zero or more objects to format.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    When overridden in a derived class, sets the SerializationInfo with information about the exception.

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

    System.Runtime.Serialization.StreamingContext context

    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022