| HelperGenerateAlphabetCheckFailureException Method  | 
            Create a useful error message when a sequence fails validation.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static ArgumentOutOfRangeException GenerateAlphabetCheckFailureException(
	IAlphabet alphabet,
	byte[] data
)
Public Shared Function GenerateAlphabetCheckFailureException ( 
	alphabet As IAlphabet,
	data As Byte()
) As ArgumentOutOfRangeException
public:
static ArgumentOutOfRangeException^ GenerateAlphabetCheckFailureException(
	IAlphabet^ alphabet, 
	array<unsigned char>^ data
)
static member GenerateAlphabetCheckFailureException : 
        alphabet : IAlphabet * 
        data : byte[] -> ArgumentOutOfRangeException 
Parameters
- alphabet
 - Type: BioIAlphabet
[Missing <param name="alphabet"/> documentation for "M:Bio.Util.Helper.GenerateAlphabetCheckFailureException(Bio.IAlphabet,System.Byte[])"]
 - data
 - Type: SystemByte
[Missing <param name="data"/> documentation for "M:Bio.Util.Helper.GenerateAlphabetCheckFailureException(Bio.IAlphabet,System.Byte[])"]
 
Return Value
Type: 
ArgumentOutOfRangeException[Missing <returns> documentation for "M:Bio.Util.Helper.GenerateAlphabetCheckFailureException(Bio.IAlphabet,System.Byte[])"]
See Also