Achamenes.ID3.NoFrameParserProvidedException.NoFrameParserProvidedException C# (CSharp) Метод

NoFrameParserProvidedException() защищенный Метод

Creates a new instance of FrameParsingException.
protected NoFrameParserProvidedException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Результат System
        protected NoFrameParserProvidedException(
		  System.Runtime.Serialization.SerializationInfo info,
		  System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

NoFrameParserProvidedException::NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version ) : System
NoFrameParserProvidedException::NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version, string message ) : System
NoFrameParserProvidedException::NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version, string message, Exception inner ) : System
NoFrameParserProvidedException